home *** CD-ROM | disk | FTP | other *** search
/ NEXT Generation: Next View / Next Generation Disc Magazine 1 (1996).ISO / pc / start95.exe / start95.dxr / 00008.ls < prev    next >
Encoding:
Text File  |  1996-08-26  |  195 b   |  11 lines

  1. on mouseDown
  2.   global numtries
  3.   if the platform = "Windows,32" then
  4.     launch("setup\QTW211\QT32.EXE")
  5.   else
  6.     launch("setup\QTW211\QT16.EXE")
  7.   end if
  8.   set numtries to 0
  9.   go("begin")
  10. end
  11.